submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 18 Jan 2022 18:06:44 +0000 (18:06 +0000)
committerAurelien Jarno <aurel32@debian.org>
Tue, 18 Jan 2022 18:06:44 +0000 (18:06 +0000)
commitdd14005fb7eedc4fa316339b1d4fc9701498e8fc
tree9870b5d11617b47b0cd52a1b9f7f9c48e7a2d3da
parent6df3be61d54a0c4ae16cdd8a10fe27248fddf1c5
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]